* lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 00:06:17 +0000 (17:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Jun 2011 00:06:17 +0000 (17:06 -0700)
commit08c8518460f5a69fa20a1b53acb668662c665024
tree2e7714c379a7e67931bce0461a4cd4223c0da04a
parent0ce2a814a10bb204a53ede9c2a15732fdb344c4f
* lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr).

This didn't break anything, but it didn't help either.
It's confusing to put a bogus integer in a place where the actual
value does not matter.
src/ChangeLog
src/lisp.h